Segment2WithSegment2Intersection
Inheritors
Types
Link copied to clipboard
data class TheLinesAreCollinear<N>(val intersection: Segment2<N>?) : Segment2WithSegment2Intersection<N>
Link copied to clipboard
data class TheLinesAreInGeneralPosition<N>(val intersection: Point2<N>?) : Segment2WithSegment2Intersection<N>
Link copied to clipboard